projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a19394
)
(replace-highlight): Bind search-whitespace-regexp to nil.
author
Chong Yidong
<cyd@stupidchicken.com>
Thu, 15 Feb 2007 16:54:24 +0000
(16:54 +0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Thu, 15 Feb 2007 16:54:24 +0000
(16:54 +0000)
lisp/replace.el
patch
|
blob
|
history
diff --git
a/lisp/replace.el
b/lisp/replace.el
index 12a99d72b9b9ffe38c40722c75f32ef11b121d1d..9790dacd82b217c3c77e5eaacf58f69eeed27abf 100644
(file)
--- a/
lisp/replace.el
+++ b/
lisp/replace.el
@@
-1728,6
+1728,7
@@
make, or the user didn't cancel the call."
(if query-replace-lazy-highlight
(let ((isearch-string string)
(isearch-regexp regexp)
+ (search-whitespace-regexp nil)
(isearch-case-fold-search case-fold))
(isearch-lazy-highlight-new-loop range-beg range-end))))